String Schema
AccommodationStayResponseType Complex Type
Namespace http://string.drv.de/xmlschema/string
Diagram
CheckInOut Element ChargedNights Element Sequence AccommodationStayResponseType Complex Type
Overview
Sequence
ChargedNights xs:int
Charged nights for the accommodation calculated by the touroperator
CheckInOut AccommodationCheckInOutType Complex Type
Check In/Out Date and Time confirmed by the provider
CheckIn optional DateTimeType Simple Type
CheckOut optional DateTimeType Simple Type
Used By
Stay Element
Source
<xs:complexType name="AccommodationStayResponseType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="ChargedNights" type="xs:int">
      <xs:annotation>
        <xs:documentation>Charged nights for the accommodation calculated by the touroperator</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CheckInOut" type="AccommodationCheckInOutType">
      <xs:annotation>
        <xs:documentation>Check In/Out Date and Time confirmed by the provider</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.